Open
Conversation
a576b3a to
326c73b
Compare
38f6d14 to
567e12a
Compare
a8a7f66 to
741308c
Compare
741308c to
44aab6c
Compare
44aab6c to
82b7c44
Compare
ScottBrenner
reviewed
Dec 5, 2025
ScottBrenner
reviewed
Jan 4, 2026
1. Permissions — permissions: {} at workflow level, scoped contents: write + pull-requests: write to the job.
2. Concurrency guard — group: bumpversion, cancel-in-progress: false so a second trigger waits rather than interrupting mid-bump.
3. Pre-commit fix — removed the "Configure Git" and "Create version commit" steps; create-pull-request now owns the commit via commit-message.
82b7c44 to
ef2bb9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a manually-triggered workflow to bump the version, update the changelog, and open a PR for review.
What it does
bump-my-versionto update version strings across source files (configured via.bumpversion.toml)CHANGELOG.mdviakeep-a-changelog-actionTrigger via Actions → Bump Version → Run workflow, choosing
major,minor, orpatch.Security / reliability notes
contents: write,pull-requests: writeonly)concurrency: group: bumpversionprevents overlapping runs corrupting version statepeter-evans/create-pull-requestowns the commit — no manualgit commitbefore the action runsGITHUB_TOKENis used throughout; PRs created by this workflow will not trigger otherpull_requestworkflowsPrerequisite
Enable "Allow GitHub Actions to create and approve pull requests" in:
Settings → Actions → General → Workflow permissions